Fox's Git Mirrors
Commit 51da4fd295be7a186c3cd63b13843d1cb6896490
Parents : 799f46b
Author : Sebastian Majewski <ccie18643@gmail.com>
Date : 2022-11-25T12:09:17-06:00
Releasing 2.7.1 on PyPi.
Changes
Diff
diff --git a/pyproject.toml b/pyproject.toml
index d9c3454..c90d808 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "PyTCP"
-version = "2.7.0"
+version = "2.7.1"
description = "TCP/IP stack written in Python."
readme = "README.md"
authors = [{ name = "Sebastian Majewski", email = "ccie18643@gmail.com" }]
@@ -24,9 +24,6 @@ dependencies = [
]
requires-python = ">=3.10"
-[project.optional-dependencies]
-dev = ["click", "testslide", "black", "mypy", "flake8", "codespell", "isort", "pylint", "build", "twine"]
-
[project.urls]
"Homepage" = "https://github.com/ccie18643/PyTCP"
"Bug Tracker" = "https://github.com/ccie18643/PyTCP/issues"
Served by rngit 1.4.1 - Generated in 0.05s